1 RMarkdown

Is amazing.

2 How Rmarkdown Works

3 Header 1

3.1 Header 2

3.1.1 Header 3

4 Working with Text

Free-form text.

Make text bold.

Make text italics.

Make text bold + italics.

Talk about code - the tidyverse is awesome

Unordered List:

Ordered List:

  1. First point

  2. Second point

  3. More points

5 Tabset

5.1 Tab 1

This is Tab 1

5.2 Tab 2

This is Tab 2

6 Images

Business Science Logo

Business Science Logo

Business Science Logo

Business Science Logo

7 Code

Read in data and print to HTML. Notice effect of df_print: paged option for HTML.

We can do data manipulations too. Try changing the YAML code_folding option from none to hide to show.

8 Plots

Plotting works as expected. Try changin:

Static Plots:

Revenue by Category

Revenue by Category

Interactive plots:

9 Tables

Static Tables:

Category 2 Category 1 Total Revenue
Cross Country Race Mountain $19,224,630
Elite Road Road $15,334,665
Endurance Road Road $10,381,060
Trail Mountain $9,373,460
Over Mountain Mountain $7,571,270
Triathalon Road $4,053,750
Cyclocross Road $2,108,120
Sport Mountain $1,932,755
Fat Bike Mountain $1,052,620

Dynamic Tables:

10 Footnotes

This is some text with a Footnote1. This is a second Footnote2.


  1. Citation for Footnote 1

  2. Citatin for Footnote 2